From: IOhannes m zmölnig Date: Wed, 10 Feb 2016 15:39:11 +0000 (+0100) Subject: note about repacking X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~324 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=5f3b11c88d283a8e2b5dd2ee4745ddc481b2ed77;p=juce.git note about repacking --- diff --git a/debian/README.source b/debian/README.source index 024a331b..64014024 100644 --- a/debian/README.source +++ b/debian/README.source @@ -1,3 +1,36 @@ +removed libraries +----------------- + +upstream embeds a number of FLOSS libraries, that Debian already ships: + - FLAC + - OGG/Vorbis + - jpglib + - pnglib + - zlib +upstream also includes some FLOSS headers for building OS-specific audio +plugins: + - AudioUnit (OSX) + +since we don't need either of these, they are stripped away rom the source +tarball (in order to not accidentally use them). + + -- IOhannes m zmölnig (Debian/GNU) Wed, 10 Feb 2016 16:38:34 +0100 + + +NOT-removed embedded libraries +------------------------------ + +upstream also includes an embedded copy of Box2D which is available on debian as +"box2d". +Unfortunately it seems that the two are really different versions and the API +has changed. +Therefore we are currently building with the embedded copy. + +Once upstream updates their embedded copy to a version compatible with the one +shipped by Debian, we will switch to the system library. + + -- IOhannes m zmölnig (Debian/GNU) Wed, 10 Feb 2016 16:38:35 +0100 + git-tuneclone.sh ----------------